home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / ENKRYPT.TXT < prev    next >
Text File  |  1996-08-25  |  4KB  |  90 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                          ENKRYPT - Encrypt File 1.4
  7.  
  8.  
  9. This utility encrypts one or more files with a user supplied password,
  10. creating a new file or replacing the original file in the process.
  11.  
  12. Files encrypted in this way must be decrypted using the corresponding DEKRYPT
  13. program from K-Tools Utilities.
  14.  
  15.  
  16. USAGE:
  17.  
  18.   ENKRYPT [sourcedir]sourcefiles [[targetdir][targetfiles]]
  19.  
  20. where:  sourcedir    is the location of the existing files, or the current
  21.                      directory if blank
  22.  
  23.         sourcefiles  is the file to be encrypted, wildcards are accepted to
  24.                      specify multiple files
  25.  
  26.         targetdir    is the destination location for the encrypted files, or
  27.                      the same directory if blank
  28.  
  29.         targetfiles  is the new file name or names for the encrypted files,
  30.                      wildcards are allowed for partial renaming of multiple
  31.                      files, or blank if the names are to remain the same
  32.  
  33. Note that if no target directory or file name is specified then the original
  34. files will be replaced by the encrypted versions.
  35.  
  36.  
  37. EXAMPLES:
  38.  
  39.   ENKRYPT MYFILE.TXT *.TXX       will read MYFILE.TXT from the current
  40.                                  directory and write an encrypted copy to
  41.                                  MYFILE.TXX in the same directory
  42.  
  43.   ENKRYPT *.TXT *.TXX            will read all .TXT files from the current
  44.                                  directory and write encrypted copies to
  45.                                  *.TXX in the same directory
  46.  
  47.   ENKRYPT \DIR1\*.* \DIR2        will read all files from the \DIR1
  48.                                  directory and write encrypted copies
  49.                                  with the same name to the \DIR2 directory
  50.  
  51.   ENKRYPT MYFILE.DOC             will encrypt MYFILE.DOC in the current
  52.                                  directory in place
  53.  
  54.   ENKRYPT *.*                    will encrypt all files in the current
  55.                                  directory in place
  56.  
  57. When run, ENKRYPT will prompt you for a password, and then prompt again for
  58. the password to be entered a second time to ensure there has been no typing
  59. error.  If the first entered password is blank, or the second password does
  60. not match the first password, then the encryption will be aborted.
  61.  
  62. Note that the password is case sensitive, so the password "aaa" is not the
  63. same as "AAA".  Passwords may be up to 255 characters in length.
  64.  
  65. DO NOT FORGET THE PASSWORD.  AN ENCRYPTED FILE CANNOT BE DECRYPTED WITHOUT IT.
  66.  
  67. Files may be encrypted more than once with different passwords for even
  68. greater protection.  Note that these files must then be decrypted using each
  69. password in the opposite sequence as when they were encrypted.
  70.  
  71. Run ENKRYPT with no parameters or "?" or "/?" to display simple help and
  72. registration information.
  73.  
  74.  
  75. REGISTRATION:
  76.  
  77. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  78. using it after the 60 day trial period you must register, which costs only
  79. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  80.  
  81. Author:     Rob McDonell
  82.             ARK ANGLES
  83.             P O Box 190 (61 Oaklands Rd)
  84.             Hazelbrook  NSW  2779
  85.             AUSTRALIA
  86. Phone:      Intl+61-47-588100
  87. Fax:        Intl+61-47-588638
  88. Compuserve: 100237,141
  89. Internet:   100237.141@compuserve.com
  90.